Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRangeCollection Class / AddRange Method / AddRange(SheetCellRange[]) Method
The indicators.


In This Topic
    AddRange(SheetCellRange[]) Method
    In This Topic
    Adds the range.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal indicators() As SheetCellRange _
    ) 
    'Usage
     
    
    Dim instance As SheetCellRangeCollection
    Dim indicators() As SheetCellRange
     
    instance.AddRange(indicators)
    public void AddRange( 
       SheetCellRange[] indicators
    )

    Parameters

    indicators
    The indicators.
    See Also